From: Stefano Stabellini Date: Thu, 1 Dec 2011 16:26:35 +0000 (+0000) Subject: xl.pod.1: improve description of virtual device subcommands X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=747a54427abef2159d41e0ecd308facf128db321;p=xen.git xl.pod.1: improve description of virtual device subcommands Add a reference to xl-disk-configuration and xl-network-configuration. Signed-off-by: Stefano Stabellini Committed-by: Ian Jackson --- diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 3b1407fec0..8348cd466d 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -716,8 +716,8 @@ Splits up the machine into one cpu-pool per numa node. =head1 VIRTUAL DEVICE COMMANDS Most virtual devices can be added and removed while guests are -running. The effect to the guest OS is much the same as any hotplug -event. +running, assuming that the necessary support exists in the guest. The +effect to the guest OS is much the same as any hotplug event. =head2 BLOCK DEVICES @@ -739,7 +739,8 @@ The domain id of the guest domain that the device will be attached to. =item I A disc specification in the same format used for the B variable in -the domain config file. See F. +the domain config file. See +L. =back @@ -794,8 +795,9 @@ I is the cdrom device in the guest to eject. Creates a new network device in the domain specified by I. I describes the device to attach, using the same format as the -B string in the domain config file. See L for the -description. +B string in the domain config file. See L and +L +for more informations. =item B I I @@ -917,7 +919,14 @@ Xen Flask security module. =head1 SEE ALSO -L, L, B +The following man pages: + +L(5), L(5), B(1) + +And the following documents on the xen.org website: + +L +L =head1 AUTHOR